home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 15
/
BBS in a box XV-2.iso
/
Files II
/
Multimedia
/
A-P
/
Net Game.sit
/
Net Game folder
/
Net Game
/
SR114M.DXR
/
00374.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-10-24
|
247 b
|
15 lines
on mouseDown
global p_hand_closed
set the cursor of sprite 23 to [p_hand_closed, p_hand_closed + 1]
repeat while not mouseUp
if the mouseUp then
exit repeat
end if
end repeat
end
on mouseUp
puppetSound(0)
go("help")
end